func runtime.stackalloc
4 uses
runtime (current package)
proc.go#L4038: newg.stack = stackalloc(uint32(stacksize))
proc.go#L4259: gp.stack = stackalloc(_FixedStack)
stack.go#L342: func stackalloc(n uint32) stack {
stack.go#L871: new := stackalloc(uint32(newsize))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)